﻿2026-06-15T09:25:48.2070712Z Current runner version: '2.335.1'
2026-06-15T09:25:48.2075338Z Runner name: 'kitsubito'
2026-06-15T09:25:48.2075840Z Runner group name: 'Default'
2026-06-15T09:25:48.2076445Z Machine name: 'KITSUBITO'
2026-06-15T09:25:48.2078311Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T09:25:48.2080205Z Contents: read
2026-06-15T09:25:48.2080597Z Metadata: read
2026-06-15T09:25:48.2080963Z Packages: read
2026-06-15T09:25:48.2081316Z ##[endgroup]
2026-06-15T09:25:48.2082853Z Secret source: Actions
2026-06-15T09:25:48.2083348Z Prepare workflow directory
2026-06-15T09:25:48.2465227Z Prepare all required actions
2026-06-15T09:25:48.2494224Z Getting action download info
2026-06-15T09:25:48.9104651Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T09:25:49.4881508Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-15T09:25:49.5767526Z ##[group]Run actions/checkout@v5
2026-06-15T09:25:49.5768321Z with:
2026-06-15T09:25:49.5768709Z   fetch-depth: 0
2026-06-15T09:25:49.5769253Z   repository: SaberMage/spt-core
2026-06-15T09:25:49.5772542Z   token: ***
2026-06-15T09:25:49.5772925Z   ssh-strict: true
2026-06-15T09:25:49.5773305Z   ssh-user: git
2026-06-15T09:25:49.5773697Z   persist-credentials: true
2026-06-15T09:25:49.5774121Z   clean: true
2026-06-15T09:25:49.5774514Z   sparse-checkout-cone-mode: true
2026-06-15T09:25:49.5774957Z   fetch-tags: false
2026-06-15T09:25:49.5775371Z   show-progress: true
2026-06-15T09:25:49.5775768Z   lfs: false
2026-06-15T09:25:49.5776149Z   submodules: false
2026-06-15T09:25:49.5776551Z   set-safe-directory: true
2026-06-15T09:25:49.5777190Z ##[endgroup]
2026-06-15T09:25:49.6584546Z Syncing repository: SaberMage/spt-core
2026-06-15T09:25:49.6586109Z ##[group]Getting Git version info
2026-06-15T09:25:49.6586892Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T09:25:49.6587864Z [command]/usr/bin/git version
2026-06-15T09:25:49.6610501Z git version 2.43.0
2026-06-15T09:25:49.6628569Z ##[endgroup]
2026-06-15T09:25:49.6639812Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/95842391-73a1-43ac-a711-fc9e81c7a549' before making global git config changes
2026-06-15T09:25:49.6641139Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:25:49.6643448Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T09:25:49.6676001Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T09:25:49.6694134Z https://github.com/SaberMage/spt-core
2026-06-15T09:25:49.6704175Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T09:25:49.6706690Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T09:25:49.6724756Z HEAD
2026-06-15T09:25:49.6755509Z ##[endgroup]
2026-06-15T09:25:49.6756241Z [command]/usr/bin/git submodule status
2026-06-15T09:25:49.6933449Z ##[group]Cleaning the repository
2026-06-15T09:25:49.6934432Z [command]/usr/bin/git clean -ffdx
2026-06-15T09:25:49.7080531Z Removing dist/
2026-06-15T09:25:49.7087641Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T09:25:49.7131924Z HEAD is now at e08cea0 fix(clippy): clear 4 Linux clippy lints (first Linux clippy run on M12 code)
2026-06-15T09:25:49.7136512Z ##[endgroup]
2026-06-15T09:25:49.7137985Z ##[group]Disabling automatic garbage collection
2026-06-15T09:25:49.7140847Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T09:25:49.7164105Z ##[endgroup]
2026-06-15T09:25:49.7164864Z ##[group]Setting up auth
2026-06-15T09:25:49.7169060Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:25:49.7193552Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:25:49.7378734Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:25:49.7403360Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:25:49.7591996Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:25:49.7619641Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:25:49.7806328Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T09:25:49.7837222Z ##[endgroup]
2026-06-15T09:25:49.7838797Z ##[group]Fetching the repository
2026-06-15T09:25:49.7846499Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +69abfc088d656b41eb507cda29e14729d4395cde:refs/remotes/pull/12/merge
2026-06-15T09:25:50.5783334Z From https://github.com/SaberMage/spt-core
2026-06-15T09:25:50.5784846Z  * [new branch]      docs/msg-envelope-adr-0020               -> origin/docs/msg-envelope-adr-0020
2026-06-15T09:25:50.5789631Z  * [new ref]         69abfc088d656b41eb507cda29e14729d4395cde -> pull/12/merge
2026-06-15T09:25:50.5816856Z ##[endgroup]
2026-06-15T09:25:50.5818100Z ##[group]Determining the checkout info
2026-06-15T09:25:50.5819509Z ##[endgroup]
2026-06-15T09:25:50.5822968Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T09:25:50.5859344Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T09:25:50.5884830Z ##[group]Checking out the ref
2026-06-15T09:25:50.5892165Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T09:25:50.6020341Z Previous HEAD position was e08cea0 fix(clippy): clear 4 Linux clippy lints (first Linux clippy run on M12 code)
2026-06-15T09:25:50.6023276Z HEAD is now at 69abfc0 Merge d2433d4ef79632ad741b50183f46dea7a5d06966 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:25:50.6029466Z ##[endgroup]
2026-06-15T09:25:50.6060603Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T09:25:50.6080685Z 69abfc088d656b41eb507cda29e14729d4395cde
2026-06-15T09:25:50.6307507Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T09:25:50.6309283Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T09:25:50.6326074Z shell: /usr/bin/bash -e {0}
2026-06-15T09:25:50.6326974Z ##[endgroup]
2026-06-15T09:25:50.6470021Z ##[group]Run set -euo pipefail
2026-06-15T09:25:50.6471026Z [36;1mset -euo pipefail[0m
2026-06-15T09:25:50.6471853Z [36;1mPIN=0c95435[0m
2026-06-15T09:25:50.6472636Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T09:25:50.6473609Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T09:25:50.6474906Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T09:25:50.6476596Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T09:25:50.6478332Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T09:25:50.6479799Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T09:25:50.6480691Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T09:25:50.6481741Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T09:25:50.6483009Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T09:25:50.6484357Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T09:25:50.6485285Z [36;1mfi[0m
2026-06-15T09:25:50.6486354Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T09:25:50.6502112Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T09:25:50.6503194Z env:
2026-06-15T09:25:50.6503881Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:25:50.6504778Z ##[endgroup]
2026-06-15T09:25:50.9198126Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:25:50.9200326Z    Compiling unicode-ident v1.0.24
2026-06-15T09:25:50.9201695Z    Compiling quote v1.0.45
2026-06-15T09:25:50.9202921Z    Compiling libc v0.2.186
2026-06-15T09:25:50.9203945Z    Compiling serde_core v1.0.228
2026-06-15T09:25:50.9204997Z    Compiling cfg-if v1.0.4
2026-06-15T09:25:50.9226180Z    Compiling serde v1.0.228
2026-06-15T09:25:50.9257346Z    Compiling log v0.4.32
2026-06-15T09:25:50.9318696Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:25:50.9347437Z    Compiling typenum v1.20.1
2026-06-15T09:25:50.9349427Z    Compiling portable-atomic v1.13.1
2026-06-15T09:25:50.9399346Z    Compiling version_check v0.9.5
2026-06-15T09:25:50.9566300Z    Compiling memchr v2.8.1
2026-06-15T09:25:50.9733422Z    Compiling critical-section v1.2.0
2026-06-15T09:25:50.9762853Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:25:50.9833439Z    Compiling shlex v2.0.1
2026-06-15T09:25:51.0091905Z    Compiling bytes v1.11.1
2026-06-15T09:25:51.0158566Z    Compiling subtle v2.6.1
2026-06-15T09:25:51.0751978Z    Compiling futures-core v0.3.32
2026-06-15T09:25:51.1609937Z    Compiling equivalent v1.0.2
2026-06-15T09:25:51.1796332Z    Compiling smallvec v1.15.1
2026-06-15T09:25:51.2472808Z    Compiling itoa v1.0.18
2026-06-15T09:25:51.2493114Z    Compiling semver v1.0.28
2026-06-15T09:25:51.2643225Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:25:51.2685427Z    Compiling slab v0.4.12
2026-06-15T09:25:51.3002659Z    Compiling futures-io v0.3.32
2026-06-15T09:25:51.3191995Z    Compiling futures-sink v0.3.32
2026-06-15T09:25:51.3211522Z    Compiling futures-task v0.3.32
2026-06-15T09:25:51.3939573Z    Compiling futures-channel v0.3.32
2026-06-15T09:25:51.4241414Z    Compiling generic-array v0.14.7
2026-06-15T09:25:51.4542595Z    Compiling hashbrown v0.17.1
2026-06-15T09:25:51.4685784Z    Compiling bitflags v2.12.1
2026-06-15T09:25:51.4822036Z    Compiling rustversion v1.0.22
2026-06-15T09:25:51.4951592Z    Compiling cpufeatures v0.2.17
2026-06-15T09:25:51.5411537Z    Compiling rustc_version v0.4.1
2026-06-15T09:25:51.5551843Z    Compiling fnv v1.0.7
2026-06-15T09:25:51.6172428Z    Compiling rand_core v0.10.1
2026-06-15T09:25:51.6531535Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:25:51.6811383Z    Compiling strsim v0.11.1
2026-06-15T09:25:51.7073305Z    Compiling litemap v0.8.2
2026-06-15T09:25:51.7201608Z    Compiling writeable v0.6.3
2026-06-15T09:25:51.7322732Z    Compiling ident_case v1.0.1
2026-06-15T09:25:51.7700846Z    Compiling utf8_iter v1.0.4
2026-06-15T09:25:51.8081255Z    Compiling dunce v1.0.5
2026-06-15T09:25:51.8473180Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:25:51.9041882Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:25:51.9203275Z    Compiling getrandom v0.4.2
2026-06-15T09:25:51.9301927Z    Compiling fs_extra v1.3.0
2026-06-15T09:25:51.9413407Z    Compiling percent-encoding v2.3.2
2026-06-15T09:25:51.9517408Z    Compiling autocfg v1.5.1
2026-06-15T09:25:52.0881354Z    Compiling http v1.4.1
2026-06-15T09:25:52.1751642Z    Compiling indexmap v2.14.0
2026-06-15T09:25:52.2071724Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:25:52.2161808Z    Compiling thiserror v2.0.18
2026-06-15T09:25:52.2292579Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:25:52.2919719Z    Compiling cpufeatures v0.3.0
2026-06-15T09:25:52.2962466Z    Compiling scopeguard v1.2.0
2026-06-15T09:25:52.3541183Z    Compiling chacha20 v0.10.0
2026-06-15T09:25:52.3673127Z    Compiling syn v2.0.117
2026-06-15T09:25:52.4168874Z    Compiling lock_api v0.4.14
2026-06-15T09:25:52.4174283Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:25:52.4701643Z    Compiling untrusted v0.9.0
2026-06-15T09:25:52.4873978Z    Compiling heck v0.5.0
2026-06-15T09:25:52.5222430Z    Compiling rustls v0.23.40
2026-06-15T09:25:52.5611677Z    Compiling anyhow v1.0.102
2026-06-15T09:25:52.5951433Z    Compiling atomic-waker v1.1.2
2026-06-15T09:25:52.6080621Z    Compiling unicode-xid v0.2.6
2026-06-15T09:25:52.6420850Z    Compiling const-oid v0.10.2
2026-06-15T09:25:52.7030988Z    Compiling zerocopy v0.8.50
2026-06-15T09:25:52.7130786Z    Compiling httparse v1.10.1
2026-06-15T09:25:52.7320659Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:25:52.7540894Z    Compiling paste v1.0.15
2026-06-15T09:25:52.7741542Z    Compiling convert_case v0.10.0
2026-06-15T09:25:52.7901267Z    Compiling num-traits v0.2.19
2026-06-15T09:25:52.8471168Z    Compiling jobserver v0.1.34
2026-06-15T09:25:52.8651202Z    Compiling hybrid-array v0.4.12
2026-06-15T09:25:52.8790911Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:25:53.0482265Z    Compiling ahash v0.8.12
2026-06-15T09:25:53.0600432Z    Compiling fastrand v2.4.1
2026-06-15T09:25:53.1511050Z    Compiling cc v1.2.63
2026-06-15T09:25:53.1551788Z    Compiling either v1.16.0
2026-06-15T09:25:53.1633416Z    Compiling base64ct v1.8.3
2026-06-15T09:25:53.1860914Z    Compiling powerfmt v0.2.0
2026-06-15T09:25:53.2811108Z    Compiling crypto-common v0.1.7
2026-06-15T09:25:53.3381111Z    Compiling block-buffer v0.10.4
2026-06-15T09:25:53.3450550Z    Compiling http-body v1.0.1
2026-06-15T09:25:53.3700725Z    Compiling deranged v0.5.8
2026-06-15T09:25:53.4371174Z    Compiling digest v0.10.7
2026-06-15T09:25:53.5012217Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:25:53.5189296Z    Compiling try-lock v0.2.5
2026-06-15T09:25:53.5311629Z    Compiling tower-service v0.3.3
2026-06-15T09:25:53.5460899Z    Compiling num-conv v0.2.2
2026-06-15T09:25:53.5591074Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:25:53.6011000Z    Compiling time-core v0.1.8
2026-06-15T09:25:53.6182672Z    Compiling pkg-config v0.3.33
2026-06-15T09:25:53.6280936Z    Compiling data-encoding v2.11.0
2026-06-15T09:25:53.6321195Z    Compiling zmij v1.0.21
2026-06-15T09:25:53.6470714Z    Compiling base64 v0.22.1
2026-06-15T09:25:53.6820501Z    Compiling vcpkg v0.2.15
2026-06-15T09:25:53.7254595Z    Compiling sha2 v0.10.9
2026-06-15T09:25:53.8561403Z    Compiling mio v1.2.1
2026-06-15T09:25:53.9290788Z    Compiling socket2 v0.6.4
2026-06-15T09:25:53.9390810Z    Compiling getrandom v0.2.17
2026-06-15T09:25:54.1221101Z    Compiling rand_core v0.6.4
2026-06-15T09:25:54.2060933Z    Compiling want v0.3.1
2026-06-15T09:25:54.2810880Z    Compiling rand v0.10.1
2026-06-15T09:25:54.2895424Z    Compiling tinyvec v1.11.0
2026-06-15T09:25:54.3920710Z    Compiling parking_lot v0.12.5
2026-06-15T09:25:54.4334874Z    Compiling crypto-common v0.2.2
2026-06-15T09:25:54.4454240Z    Compiling block-buffer v0.12.0
2026-06-15T09:25:54.4490668Z    Compiling inout v0.1.4
2026-06-15T09:25:54.5670567Z    Compiling cmake v0.1.58
2026-06-15T09:25:54.5911495Z    Compiling vergen-lib v9.1.0
2026-06-15T09:25:54.5980933Z    Compiling n0-future v0.3.2
2026-06-15T09:25:54.6290790Z    Compiling winnow v1.0.3
2026-06-15T09:25:54.7032545Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:25:54.7419105Z    Compiling cordyceps v0.3.4
2026-06-15T09:25:54.7520552Z    Compiling serde_json v1.0.150
2026-06-15T09:25:54.7783988Z    Compiling parking v2.2.1
2026-06-15T09:25:54.8600978Z    Compiling spin v0.10.0
2026-06-15T09:25:54.8710567Z    Compiling signature v2.2.0
2026-06-15T09:25:54.8769931Z    Compiling httpdate v1.0.3
2026-06-15T09:25:54.9350981Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:25:54.9607100Z    Compiling ed25519 v2.2.3
2026-06-15T09:25:54.9820735Z    Compiling futures-lite v2.6.1
2026-06-15T09:25:55.0280514Z    Compiling cipher v0.4.4
2026-06-15T09:25:55.0403014Z    Compiling netlink-packet-core v0.8.1
2026-06-15T09:25:55.0460666Z    Compiling universal-hash v0.5.1
2026-06-15T09:25:55.0862214Z    Compiling vergen v9.1.0
2026-06-15T09:25:55.1050670Z    Compiling vergen-lib v0.1.6
2026-06-15T09:25:55.1420394Z    Compiling futures-buffered v0.2.13
2026-06-15T09:25:55.1510763Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:25:55.1710423Z    Compiling heapless v0.7.17
2026-06-15T09:25:55.2010453Z    Compiling noq-udp v0.10.0
2026-06-15T09:25:55.2140447Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:25:55.3010726Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:25:55.3113230Z    Compiling opaque-debug v0.3.1
2026-06-15T09:25:55.3271815Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:25:55.3654999Z    Compiling byteorder v1.5.0
2026-06-15T09:25:55.3993670Z    Compiling polyval v0.6.2
2026-06-15T09:25:55.4070004Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:25:55.4207683Z    Compiling ring v0.17.14
2026-06-15T09:25:55.4240856Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:25:55.5200682Z    Compiling digest v0.11.3
2026-06-15T09:25:55.5820687Z    Compiling hash32 v0.2.1
2026-06-15T09:25:55.6230466Z    Compiling spin v0.9.8
2026-06-15T09:25:55.6433635Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:25:55.6500651Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:25:55.7170633Z    Compiling num_threads v0.1.7
2026-06-15T09:25:55.7679778Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:25:55.7880595Z    Compiling tower-layer v0.3.3
2026-06-15T09:25:55.8280885Z    Compiling ryu v1.0.23
2026-06-15T09:25:55.8970408Z    Compiling signature v3.0.0
2026-06-15T09:25:55.9270264Z    Compiling time v0.3.47
2026-06-15T09:25:55.9770892Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:25:55.9840485Z    Compiling ghash v0.5.1
2026-06-15T09:25:56.0310512Z    Compiling aes v0.8.4
2026-06-15T09:25:56.0440984Z    Compiling ctr v0.9.2
2026-06-15T09:25:56.0881037Z    Compiling http-body-util v0.1.3
2026-06-15T09:25:56.1630790Z    Compiling aead v0.5.2
2026-06-15T09:25:56.1790338Z    Compiling openssl-probe v0.2.1
2026-06-15T09:25:56.2214652Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:25:56.2831315Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:25:56.3525053Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:25:56.3810718Z    Compiling netlink-packet-route v0.29.0
2026-06-15T09:25:56.4210356Z    Compiling blake3 v1.8.5
2026-06-15T09:25:56.5270388Z    Compiling uuid v1.23.2
2026-06-15T09:25:56.6760658Z    Compiling aes-gcm v0.10.3
2026-06-15T09:25:56.7419720Z    Compiling memoffset v0.6.5
2026-06-15T09:25:56.7589269Z    Compiling acto v0.8.2
2026-06-15T09:25:56.8318121Z    Compiling noq v0.18.0
2026-06-15T09:25:56.8470471Z    Compiling netwatch v0.16.0
2026-06-15T09:25:56.9030921Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:25:57.0001870Z    Compiling lru-slab v0.1.2
2026-06-15T09:25:57.0130724Z    Compiling mac-addr v0.3.0
2026-06-15T09:25:57.0730965Z    Compiling rustc-hash v2.1.2
2026-06-15T09:25:57.0819983Z    Compiling rustix v1.1.4
2026-06-15T09:25:57.0910301Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:25:57.1370504Z    Compiling ref-cast v1.0.25
2026-06-15T09:25:57.1808812Z    Compiling thiserror v1.0.69
2026-06-15T09:25:57.1941958Z    Compiling tagptr v0.2.0
2026-06-15T09:25:57.2101849Z    Compiling xml-rs v0.8.28
2026-06-15T09:25:57.2228122Z    Compiling identity-hash v0.1.0
2026-06-15T09:25:57.3160784Z    Compiling foldhash v0.2.0
2026-06-15T09:25:57.4230370Z    Compiling hashbrown v0.16.1
2026-06-15T09:25:57.4677875Z    Compiling netlink-packet-route v0.30.0
2026-06-15T09:25:57.5295093Z    Compiling errno v0.3.14
2026-06-15T09:25:57.5367291Z    Compiling serial-core v0.4.0
2026-06-15T09:25:57.6571570Z    Compiling ioctl-rs v0.1.6
2026-06-15T09:25:57.7481313Z    Compiling synstructure v0.13.2
2026-06-15T09:25:57.7531118Z    Compiling darling_core v0.20.11
2026-06-15T09:25:57.7630643Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:25:58.0416323Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:25:58.1620877Z    Compiling xmltree v0.10.3
2026-06-15T09:25:58.2090886Z    Compiling termios v0.2.2
2026-06-15T09:25:58.2510723Z    Compiling aho-corasick v1.1.4
2026-06-15T09:25:58.2587866Z    Compiling simple-dns v0.9.3
2026-06-15T09:25:58.3031218Z    Compiling smol_str v0.1.24
2026-06-15T09:25:58.3365891Z    Compiling arrayvec v0.7.6
2026-06-15T09:25:58.3468731Z    Compiling linux-raw-sys v0.12.1
2026-06-15T09:25:58.4104739Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:25:58.4825986Z    Compiling resolv-conf v0.7.6
2026-06-15T09:25:58.5454423Z    Compiling signal-hook v0.3.18
2026-06-15T09:25:58.5620499Z    Compiling simdutf8 v0.1.5
2026-06-15T09:25:58.6410799Z    Compiling regex-syntax v0.8.10
2026-06-15T09:25:58.7272062Z    Compiling toml_write v0.1.2
2026-06-15T09:25:58.8381002Z    Compiling arrayref v0.3.9
2026-06-15T09:25:58.8898171Z    Compiling winnow v0.7.15
2026-06-15T09:25:58.9276696Z    Compiling sha1_smol v1.0.1
2026-06-15T09:25:58.9956978Z    Compiling serial-unix v0.4.0
2026-06-15T09:25:59.1318391Z    Compiling lru v0.16.4
2026-06-15T09:25:59.1903224Z    Compiling darling_core v0.23.0
2026-06-15T09:25:59.2740287Z    Compiling signal-hook-registry v1.4.8
2026-06-15T09:25:59.4520994Z    Compiling serde_bytes v0.11.19
2026-06-15T09:25:59.6241633Z    Compiling seize v0.5.1
2026-06-15T09:25:59.6660932Z    Compiling hmac v0.12.1
2026-06-15T09:25:59.7051085Z    Compiling iroh v0.98.2
2026-06-15T09:25:59.7098405Z    Compiling serde_derive v1.0.228
2026-06-15T09:25:59.7715674Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:25:59.9661009Z    Compiling tokio-macros v2.7.0
2026-06-15T09:26:00.0943690Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:26:00.3180804Z    Compiling zeroize v1.8.2
2026-06-15T09:26:00.4850918Z    Compiling futures-macro v0.3.32
2026-06-15T09:26:00.6930889Z    Compiling tokio v1.52.3
2026-06-15T09:26:00.8790918Z    Compiling yoke-derive v0.8.2
2026-06-15T09:26:00.9680691Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:26:00.9901348Z    Compiling displaydoc v0.2.6
2026-06-15T09:26:01.4911285Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:26:01.5094405Z    Compiling futures-util v0.3.32
2026-06-15T09:26:01.6600530Z    Compiling zerofrom v0.1.8
2026-06-15T09:26:01.7711170Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:26:01.8390961Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:26:01.8704499Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:26:02.2650494Z    Compiling yoke v0.8.3
2026-06-15T09:26:02.4516352Z    Compiling zerotrie v0.2.4
2026-06-15T09:26:02.4614656Z    Compiling zerovec v0.11.6
2026-06-15T09:26:02.5471345Z    Compiling darling_macro v0.20.11
2026-06-15T09:26:02.5896890Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:26:02.8210763Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:26:02.8570563Z    Compiling spez v0.1.2
2026-06-15T09:26:02.9430620Z    Compiling darling v0.20.11
2026-06-15T09:26:03.0070735Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:26:03.1891219Z    Compiling der v0.8.0-rc.10
2026-06-15T09:26:03.2160443Z    Compiling tinystr v0.8.3
2026-06-15T09:26:03.2530871Z    Compiling potential_utf v0.1.5
2026-06-15T09:26:03.3871034Z    Compiling icu_collections v2.2.0
2026-06-15T09:26:03.4233958Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:26:03.7943135Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:26:03.9630621Z    Compiling n0-error v0.1.3
2026-06-15T09:26:04.1230064Z    Compiling cobs v0.3.0
2026-06-15T09:26:04.3031617Z    Compiling postcard-derive v0.2.2
2026-06-15T09:26:04.3212709Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:26:04.4581376Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:26:04.7229912Z    Compiling icu_provider v2.2.0
2026-06-15T09:26:04.8270403Z    Compiling derive_builder v0.20.2
2026-06-15T09:26:04.8344375Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:26:05.0331137Z    Compiling icu_properties v2.2.0
2026-06-15T09:26:05.1006076Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:26:05.1240856Z    Compiling ipnet v2.12.0
2026-06-15T09:26:05.2352283Z    Compiling futures-executor v0.3.32
2026-06-15T09:26:05.2490761Z    Compiling pin-project v1.1.13
2026-06-15T09:26:05.2931565Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:26:05.4570647Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:26:05.5650660Z    Compiling prefix-trie v0.8.4
2026-06-15T09:26:05.7924298Z    Compiling once_cell v1.21.4
2026-06-15T09:26:05.8020485Z    Compiling futures v0.3.32
2026-06-15T09:26:05.8493745Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T09:26:05.8809188Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:26:05.9369997Z    Compiling rustls-native-certs v0.8.4
2026-06-15T09:26:05.9880309Z    Compiling enum-assoc v1.3.0
2026-06-15T09:26:06.0341140Z    Compiling tracing-core v0.1.36
2026-06-15T09:26:06.3361538Z    Compiling hashbrown v0.14.5
2026-06-15T09:26:06.3554492Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:26:06.3750878Z    Compiling postcard v1.1.3
2026-06-15T09:26:06.4191184Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:26:06.4290852Z    Compiling idna_adapter v1.2.2
2026-06-15T09:26:06.5349367Z    Compiling idna v1.1.0
2026-06-15T09:26:06.6400306Z    Compiling tracing v0.1.44
2026-06-15T09:26:06.7470838Z    Compiling tokio-util v0.7.18
2026-06-15T09:26:06.8150500Z    Compiling netlink-sys v0.8.8
2026-06-15T09:26:06.8353188Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:26:06.9080467Z    Compiling derive_more v2.1.1
2026-06-15T09:26:06.9532555Z    Compiling tower v0.5.3
2026-06-15T09:26:06.9715128Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:26:07.0967670Z    Compiling url v2.5.8
2026-06-15T09:26:07.1460929Z    Compiling hashlink v0.9.1
2026-06-15T09:26:07.1771445Z    Compiling strum_macros v0.28.0
2026-06-15T09:26:07.1832518Z    Compiling async-trait v0.1.89
2026-06-15T09:26:07.2894496Z    Compiling netlink-proto v0.12.0
2026-06-15T09:26:07.3247146Z    Compiling netdev v0.42.0
2026-06-15T09:26:07.4830895Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:26:07.5119776Z    Compiling iroh-relay v0.98.0
2026-06-15T09:26:07.5500604Z    Compiling moka v0.12.15
2026-06-15T09:26:07.5786705Z    Compiling rusqlite v0.32.1
2026-06-15T09:26:07.5858098Z    Compiling num_enum v0.7.6
2026-06-15T09:26:07.6284355Z    Compiling serde_spanned v0.6.9
2026-06-15T09:26:07.6668245Z    Compiling toml_datetime v0.6.11
2026-06-15T09:26:07.6968232Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:26:07.7931232Z    Compiling h2 v0.4.14
2026-06-15T09:26:07.8361204Z    Compiling tokio-stream v0.1.18
2026-06-15T09:26:07.9508380Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:26:07.9730601Z    Compiling n0-watcher v0.6.1
2026-06-15T09:26:07.9852754Z    Compiling tower-http v0.6.11
2026-06-15T09:26:08.2500488Z    Compiling iroh-base v0.98.0
2026-06-15T09:26:08.3231483Z    Compiling attohttpc v0.30.1
2026-06-15T09:26:08.4860471Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:26:08.5916026Z    Compiling toml_edit v0.22.27
2026-06-15T09:26:08.7010995Z    Compiling webpki-roots v1.0.7
2026-06-15T09:26:08.7990571Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T09:26:08.8070775Z    Compiling regex-automata v0.4.14
2026-06-15T09:26:08.9967731Z    Compiling schemars_derive v1.2.1
2026-06-15T09:26:09.0692926Z    Compiling dyn-clone v1.0.20
2026-06-15T09:26:09.0793592Z    Compiling cmov v0.5.4
2026-06-15T09:26:09.2391158Z    Compiling bitflags v1.3.2
2026-06-15T09:26:09.3000726Z    Compiling pin-utils v0.1.0
2026-06-15T09:26:09.3034582Z    Compiling rustix v0.38.44
2026-06-15T09:26:09.3107743Z    Compiling utf8parse v0.2.2
2026-06-15T09:26:09.3517087Z    Compiling nix v0.25.1
2026-06-15T09:26:09.3920838Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:26:09.4190860Z    Compiling ctutils v0.4.2
2026-06-15T09:26:09.4970505Z    Compiling filedescriptor v0.8.3
2026-06-15T09:26:09.5760456Z    Compiling backon v1.6.0
2026-06-15T09:26:09.6824468Z    Compiling darling_macro v0.23.0
2026-06-15T09:26:09.7300710Z    Compiling papaya v0.2.4
2026-06-15T09:26:09.7370635Z    Compiling hkdf v0.12.4
2026-06-15T09:26:09.9573886Z    Compiling serial v0.4.0
2026-06-15T09:26:10.0476634Z    Compiling linux-raw-sys v0.4.15
2026-06-15T09:26:10.0553742Z    Compiling downcast-rs v1.2.1
2026-06-15T09:26:10.1125816Z    Compiling strum v0.28.0
2026-06-15T09:26:10.1490776Z    Compiling foldhash v0.1.5
2026-06-15T09:26:10.2611100Z    Compiling iroh-dns v0.98.0
2026-06-15T09:26:10.2673632Z    Compiling anstyle-query v1.1.5
2026-06-15T09:26:10.2740343Z    Compiling instability v0.3.12
2026-06-15T09:26:10.2878297Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:26:10.3541027Z    Compiling shell-words v1.1.1
2026-06-15T09:26:10.3595124Z    Compiling anstyle v1.0.14
2026-06-15T09:26:10.3727418Z    Compiling colorchoice v1.0.5
2026-06-15T09:26:10.4919280Z    Compiling hashbrown v0.15.5
2026-06-15T09:26:10.5010692Z    Compiling signal-hook-mio v0.2.5
2026-06-15T09:26:10.5240785Z    Compiling darling v0.23.0
2026-06-15T09:26:10.5806940Z    Compiling spake2 v0.4.0
2026-06-15T09:26:10.5971395Z    Compiling anstream v1.0.0
2026-06-15T09:26:10.6460830Z    Compiling terminal_size v0.4.4
2026-06-15T09:26:10.7140576Z    Compiling strum_macros v0.26.4
2026-06-15T09:26:10.7710907Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:26:10.8721039Z    Compiling sha1 v0.10.6
2026-06-15T09:26:11.0067890Z    Compiling itertools v0.13.0
2026-06-15T09:26:11.0458535Z    Compiling schemars v1.2.1
2026-06-15T09:26:11.0930809Z    Compiling castaway v0.2.4
2026-06-15T09:26:11.1800648Z    Compiling toml v0.8.23
2026-06-15T09:26:11.2140665Z    Compiling clap_lex v1.1.0
2026-06-15T09:26:11.2990589Z    Compiling static_assertions v1.1.0
2026-06-15T09:26:11.3677544Z    Compiling doctest-file v1.1.1
2026-06-15T09:26:11.5157235Z    Compiling indoc v2.0.7
2026-06-15T09:26:11.7341152Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T09:26:11.8606164Z    Compiling regex v1.12.3
2026-06-15T09:26:11.9352604Z    Compiling unicode-width v0.1.14
2026-06-15T09:26:12.3010778Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T09:26:12.5125804Z    Compiling interprocess v2.4.2
2026-06-15T09:26:12.5870878Z    Compiling crossterm v0.28.1
2026-06-15T09:26:12.7968915Z    Compiling clap_builder v4.6.0
2026-06-15T09:26:13.0830987Z    Compiling hyper v1.10.1
2026-06-15T09:26:13.2148533Z    Compiling portable-pty v0.8.1
2026-06-15T09:26:13.4190631Z    Compiling strum v0.26.3
2026-06-15T09:26:13.5457572Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:26:13.6720941Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T09:26:13.7094905Z    Compiling compact_str v0.8.2
2026-06-15T09:26:13.7200616Z    Compiling lru v0.12.5
2026-06-15T09:26:13.7930822Z    Compiling clap_derive v4.6.1
2026-06-15T09:26:13.8770732Z    Compiling iana-time-zone v0.1.65
2026-06-15T09:26:14.1270715Z    Compiling cassowary v0.3.0
2026-06-15T09:26:14.1436710Z    Compiling unicode-width v0.2.0
2026-06-15T09:26:14.2810658Z    Compiling chrono v0.4.45
2026-06-15T09:26:14.4722072Z    Compiling ratatui v0.29.0
2026-06-15T09:26:14.5181203Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:26:14.5331233Z    Compiling qrcode v0.14.1
2026-06-15T09:26:14.6911007Z    Compiling tempfile v3.27.0
2026-06-15T09:26:15.1268155Z    Compiling hyper-util v0.1.20
2026-06-15T09:26:15.2691387Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T09:26:16.1420948Z    Compiling clap v4.6.1
2026-06-15T09:26:16.9874457Z    Compiling igd-next v0.17.1
2026-06-15T09:26:17.9724083Z    Compiling portmapper v0.16.0
2026-06-15T09:26:22.5442326Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:26:24.8361679Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:26:24.8364508Z    Compiling noq-proto v0.17.0
2026-06-15T09:26:24.8364885Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:26:24.9711913Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:26:24.9712509Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:26:24.9712942Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:26:25.1045971Z    Compiling reqwest v0.13.4
2026-06-15T09:26:26.0194645Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:26:39.7228695Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:26:41.0325501Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:26:47.1840907Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T09:26:50.5331804Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.86s
2026-06-15T09:26:50.5579942Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-bf773ae5031bcf02)
2026-06-15T09:26:50.5594150Z 
2026-06-15T09:26:50.5594348Z running 1 test
2026-06-15T09:26:56.6441381Z test new_brain_serves_against_old_broker ... ok
2026-06-15T09:26:56.6441690Z 
2026-06-15T09:26:56.6441993Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-15T09:26:56.6442346Z 
2026-06-15T09:26:56.6662725Z Post job cleanup.
2026-06-15T09:26:56.7334665Z [command]/usr/bin/git version
2026-06-15T09:26:56.7365982Z git version 2.43.0
2026-06-15T09:26:56.7430373Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5f347ce6-9106-433f-a99b-7e4152bd3222' before making global git config changes
2026-06-15T09:26:56.7431055Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:26:56.7434055Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T09:26:56.7462845Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:26:56.7487759Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:26:56.7674348Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:26:56.7692677Z http.https://github.com/.extraheader
2026-06-15T09:26:56.7699750Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T09:26:56.7724889Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:26:56.7909917Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:26:56.7934706Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:26:56.8247914Z Cleaning up orphan processes
2026-06-15T09:26:56.8807889Z Terminate orphan process: pid (2824167) (spt)
